home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global flag
- if rollOver(27) then
- if flag = 0 then
- go(2)
- else
- sound stop 1
- sound playFile 3, "..\som\vlnpart4.wav"
- go("pecas")
- end if
- end if
- end
-
- on exitFrame
- if rollOver(16) then
- if the visible of sprite 6 = 0 then
- sound playFile 2, "..\som\vlnint.wav"
- set the visible of sprite 6 to 1
- end if
- else
- set the visible of sprite 6 to 0
- end if
- if rollOver(17) then
- if the visible of sprite 7 = 0 then
- sound playFile 2, "..\som\vlnint.wav"
- set the visible of sprite 7 to 1
- end if
- else
- set the visible of sprite 7 to 0
- end if
- if rollOver(18) then
- if the visible of sprite 8 = 0 then
- sound playFile 2, "..\som\vlnint.wav"
- set the visible of sprite 8 to 1
- end if
- else
- set the visible of sprite 8 to 0
- end if
- if rollOver(19) then
- if the visible of sprite 9 = 0 then
- sound playFile 2, "..\som\vlnint.wav"
- set the visible of sprite 9 to 1
- end if
- else
- set the visible of sprite 9 to 0
- end if
- if rollOver(20) then
- if the visible of sprite 10 = 0 then
- sound playFile 2, "..\som\vlnint.wav"
- set the visible of sprite 10 to 1
- end if
- else
- set the visible of sprite 10 to 0
- end if
- if rollOver(21) then
- if the visible of sprite 11 = 0 then
- sound playFile 2, "..\som\vlnint.wav"
- set the visible of sprite 11 to 1
- end if
- else
- set the visible of sprite 11 to 0
- end if
- if rollOver(22) then
- if the visible of sprite 7 = 0 then
- sound playFile 2, "..\som\vlnint.wav"
- set the visible of sprite 12 to 1
- end if
- else
- set the visible of sprite 12 to 0
- end if
- if rollOver(23) then
- if the visible of sprite 13 = 0 then
- sound playFile 2, "..\som\vlnint.wav"
- set the visible of sprite 13 to 1
- end if
- else
- set the visible of sprite 13 to 0
- end if
- if rollOver(24) then
- if the visible of sprite 14 = 0 then
- sound playFile 2, "..\som\vlnint.wav"
- set the visible of sprite 14 to 1
- end if
- else
- set the visible of sprite 14 to 0
- end if
- if rollOver(25) then
- if the visible of sprite 15 = 0 then
- sound playFile 2, "..\som\vlnint.wav"
- set the visible of sprite 15 to 1
- end if
- else
- set the visible of sprite 15 to 0
- end if
- go(the frame)
- end
-